home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / gfx / x11 / x3270_3_2_16.lha / amiga_src / tablesc.h < prev    next >
C/C++ Source or Header  |  2009-02-22  |  972b  |  31 lines

  1. /*
  2.  * Copyright 1995, 1999 by Paul Mattes.
  3.  *  Permission to use, copy, modify, and distribute this software and its
  4.  *  documentation for any purpose and without fee is hereby granted,
  5.  *  provided that the above copyright notice appear in all copies and that
  6.  *  both that copyright notice and this permission notice appear in
  7.  *  supporting documentation.
  8.  */
  9.  
  10. /*
  11.  *    tablesc.h
  12.  *        Global declarations for tables.c.
  13.  */
  14.  
  15. extern unsigned char asc2cg[256];
  16. extern unsigned char cg2asc[256];
  17. extern unsigned char cg2asc7[256];
  18. extern unsigned char ebc2cg[256];
  19. extern unsigned char ebc2cg0[256];
  20. extern unsigned char cg2ebc[256];
  21. extern unsigned char cg2ebc0[256];
  22. extern unsigned char ebc2asc[256];
  23. extern unsigned char cg2uc[256];
  24. extern unsigned char ge2asc[256];
  25. extern unsigned char ge2cg8[256];
  26. extern unsigned char asc2uc[256];
  27. extern unsigned char ft2asc[256];
  28. extern unsigned char ft2asc0[256];
  29. extern unsigned char asc2ft[256];
  30. extern unsigned char asc2ft0[256];
  31.